Progress Bar Maker (with Text)
(22 actions, 18 KB)
0 Get Dictionary from
[Shortcut Input]
ใยป
3
8
14
15
16
1 Comment
Proportional Scaling โโโโโโโโโโโโโโ A proportion represents two equal ratios, written as a/b = c/d or a:b = c:d
2 Number
12
ใโ threshold
ใยป
3
8
3 Calculate Expression
ceil((
[0 Dictionary
.current
]
*
[2 threshold]
) /
[0 Dictionary
.total
]
)
ใโ current
ใยป
4
9
4 Repeat
[3 current]
Times
5 Text
โ
6 End Repeat Times
ใโ currernt
ใยป
7 Combine Text
[6 currernt]
with
Custom
ใโ current
ใยป
13
8 Calculate Expression
ceil((
[0 Dictionary
.total
]
-
[0 Dictionary
.current
]
) *
[2 threshold]
) /
[0 Dictionary
.total
]
ใโ left
9 Repeat
[3 current]
Times
10 Text
โก
11 End Repeat Times
ใโ left
ใยป
12 Combine Text
[11 left]
with
Custom
ใโ left
ใยป
13 Text
ใโ Progress Bar
ใยป
21
[7 current]
[12 left]
14 Calculate Expression
(
[0 Dictionary
.current
]
/
[0 Dictionary
.total
]
) * 100
ใยป
16
18
15 If
[0 Dictionary
.roundTo
]
has any value
16 Round Number
[14 Calculation Result]
to
[0 Dictionary
.roundTo
]
RoundMode
:
Normal
17 Otherwise
18 Round Number
[14 Calculation Result]
to
Tenths
RoundMode
:
Normal
19 End Ifใยป
20 Text
ใโ Percent Text
ใยป
[19 If Result]
%
21 Stop and Output
[20 Percent Text]
[13 Progress Bar]